Actualizado: 2023-07-20 16:38:07

Startup Settings

  1. Press 'F1'
  2. Enter 'ftp-simple'
  3. Pick 'CONFIG'
  4. Enter ftp connection information and save

Config setting example

Example

[
  {
    "name": "AWSLT-RM3 | Sandbox",
    "host": "TTTTTTTTTTTTTTTTTTTTTTTTT",
    "port": 21,
    "type": "ftp",
    "username": "YYYYYYYYYYYYYYYYYYYYYYY",
    "password": "XXXXXXXXXXXXXXXXXXXXXXX",
    "path": "/",
    "secureOptions": {
      "rejectUnauthorized": false,
      "secureProtocol": "TLSv1_2_method"
    },
    "secure": true,
    "autosave": true,
    "confirm": true
  },
  {
    "name": "AWS-003 | Alabensi",
    "host": "TTTTTTTTTTTTTTTTTTTTTTTTT",
    "port": 21,
    "type": "ftp",
    "username": "YYYYYYYYYYYYYYYYYYYYYYY",
    "password": "XXXXXXXXXXXXXXXXXXXXXXX",
    "path": "/",
    "secureOptions": {
      "rejectUnauthorized": false,
      "secureProtocol": "TLSv1_2_method"
    },
    "secure": true,
    "autosave": true,
    "confirm": true
  },
  {
    "name": "AWS-001 | ELT",
    "host": "TTTTTTTTTTTTTTTTTTTTTTTTT",
    "port": 21,
    "type": "ftp",
    "username": "YYYYYYYYYYYYYYYYYYYYYYY",
    "password": "XXXXXXXXXXXXXXXXXXXXXXX",
    "path": "/",
    "secureOptions": {
      "rejectUnauthorized": false,
      "secureProtocol": "TLSv1_2_method"
    },
    "secure": true,
    "autosave": true,
    "confirm": true
  }
]

Remote Config (option)

"File - Preferences - Settings" and type in the format shown below.

  • ftp-simple.remote-workspace - string - (option) You can modify the local workspace path when you open a remote file. Modify this option if remote file encoding is not UTF-8.(VSCode appears to have encoding recognition bugs if the workspace path is longer.)
  • ftp-simple.remote-workspace-load-all - boolean - (option) Indicates whether all files are loaded during initial run. If false, the sub folder ([DIR]) will load when it is clicked. Default: true

Example

"ftp-simple.remote-workspace" : "c:/remote-workspace",
"ftp-simple.remote-workspace-load-all" : true



¿Le ha sido útil esta información?